home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission8Strings.script < prev    next >
Text File  |  2002-07-04  |  1KB  |  41 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CInterceptJeepMission_Strings
  15. {
  16.   final static array m_MissionObjectives =
  17.           array(
  18.             "ZniΦit vozidlo generßla Galdera",
  19.             "ZniΦit 16. tankovou divizi"
  20.                 );
  21.  
  22.   final static array m_BonusMissionObjectives =
  23.           array(
  24.             "ZniΦit dopl≥ovaΦe paliva v Degtyjarevu"
  25.       );
  26.  
  27.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek:  ";
  28.  
  29.   final static string str_GalderWonMessage     = "Mise byla ne·sp∞Ünß: : Galder uprchl";
  30.   final static string str_CampAlarmMessage     = "VAROV┴N═: Poplach v nep°ßtelskΘm le₧enφ";
  31.   final static string str_WarningMessage       = "VAROV┴N═: Byli jste spat°eni";
  32.   final static string str_GalderStartedMessage = "VAROV┴N═: Galder opouÜtφ KuleÜovku";
  33.  
  34.   final static array m_NavigationPoints = array(
  35.       "Le₧enφ 16. nacistickΘ tankovΘ divize",
  36.       "Galderovo velitelstvφ v KuleÜovce",
  37.       "Tankery v Degtyjarevu"
  38.     );
  39. }
  40.  
  41.